feat(builtins): add 14 new builtins batch 2#588
Merged
Conversation
…mpgen, json, csv, tomlq, yaml, template, parallel, http, help, fc Closes #542, #552, #553, #555, #556, #561, #564, #566, #567, #569, #570, #571, #575, #576 Adds builtin implementations for: - rg: simplified ripgrep with recursive search - patch: unified diff applier with -p, --dry-run, -R - zip/unzip: archive creation/extraction with custom binary format - iconv: character encoding conversion (utf-8, ascii, latin1, utf-16) - compgen: bash completion generator (-W, -f, -d, -c, -v, -e) - json: simplified jq alternative with get/set/keys/values/type - csv: CSV utilities with headers/column/filter/count/to-json - tomlq: TOML query tool with get/set/keys - yaml: YAML query tool with get/set/keys - template: mustache-lite template engine - parallel: GNU parallel stub for virtual environment - http: HTTPie-inspired HTTP client - help: shell-wide help and discovery system - fc: history listing/manipulation All builtins include comprehensive unit tests covering positive and negative paths.
This was referenced Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #542, #552, #553, #555, #556, #561, #564, #566, #567, #569, #570, #571, #575, #576
Test plan